home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / TOOLBOOK / IDC136.ZIP / README.TXT < prev    next >
Text File  |  1993-12-23  |  13KB  |  319 lines

  1. IDC Sampler 1.0
  2. IDC Version 1.36
  3. December 1993
  4.  
  5. K Tait, Computer Based Learning Unit, The University, Leeds LS2 9JT, UK
  6. Email: ken@uk.ac.leeds.cbl, ken@cbl.leeds.ac.uk
  7. Tel:   +44 532 334628   Fax: +44 532 334635
  8. ------------------------------------------------------------------------
  9.  
  10. This document contains a brief description of the contents of the IDC
  11. Sampler, how to install it.
  12.  
  13. Files (with some restrictions that are specifically mentioned) may be
  14. placed in any directory.  It does not give complete information nor
  15. does it describe every method of doing something. Those who are
  16. familiar with Windows and Toolbook may wish to proceed differently.
  17. More information on IDC will be found in the document SAMPLER.WRI.
  18.  
  19. ------------------------------------------------------------------------
  20.  
  21. List of Files
  22. -------------
  23.  
  24. IDC Sampler
  25. [Packed as SAMPLER.ZIP using PKZIP 2.04g]
  26.  
  27.     COMM136.TBK    Common handlers for all interctive documents
  28.     EXAMPLE.TBK    An interactive document used by SAMPLER.TBK
  29.     IDC136.ICO    Icon for IDC
  30.     IDC_136.TBK    Interactive Document Compiler (Sampler 1.0)
  31.     RESOURCE.IDX    Resource Index for Sampler 1.0
  32.     SAMPLER.IDC    Source Document for SAMPLER.TBK
  33.     SAMPLER.INF    Information File for SAMPLER.TBK
  34.     SAMPLER.OPT    Options for Sampler 1.0
  35.     SAMPLER.TBK    Sampler 1.0
  36.     SAMPLER.WRI    More detailed information on IDC
  37.     SYS136.TBK    System Book for all IDCs
  38.  
  39. Working Files (see SAMPLER.WRI)
  40. [Packed as WORKING.ZIP using PKZIP 2.04g]
  41.  
  42.     AMPHET.BMP    Structure of amphetamine
  43.     BUTTONS.TBK    Buttons format (alternative to Menu format)
  44.     CANALGD2.BMP    Canal Gardens, Leeds
  45.     CWCCH.BMP    Clothworkers Concert Hall
  46.     GBSMALL.BMP    Map of Great Britain
  47.     GH16.BMP    Great Hall (16 colours)
  48.     GH256.BMP    Great Hall (256 colours)
  49.     ILKLEYMR.BMP    Walkers on Ilkley Moor
  50.     TOWNHALL.BMP    Leeds Town Hall
  51.     VELTIME.BMP    Velocity-time graph
  52.     WHARFDLE.BMP    Wharfedale, Yorkshire
  53.     YOURS.IDC    A copy of SAMPLER.IDC for you to work with
  54.  
  55. Pharmacology MCQ Bank (Fragment)
  56. [Packed as PHARM.ZIP using PKZIP 2.04g]
  57.  
  58.     A1.IDC        Source file for Biotransformations (Easy) *
  59.     A1.TBK        Interactive document for Biotransformations (Easy)
  60.     A2.IDC        Source file for Biotransformations (Average) *
  61.     A2.TBK        Interactive document for Biotransformations (Average)
  62.     A3.IDC        Source file for Biotransformations (Hard) *
  63.     A3.TBK        Interactive document for Biotransformations (Hard)
  64.     HELP.TBK    Help document for MCQs
  65.     MCQ.IDX        Resource Index for MENU.IDC *
  66.     MENU.IDC    Source file for Menu *
  67.     MENU.INF    Information file for Pharmacology MCQ Bank
  68.     MENU.TBK    Document which controls access to the Bank
  69.     MHELP.TBK    Help document for Bank
  70.  
  71. Files marked with * are included to provide extra information about the
  72. Pharmacology MCQ Bank.  It is not possible to make any direct use of
  73. them using the Sampler Kit.
  74.  
  75. This file (README.TXT) is included in the kit but is not packed with
  76. any of the above sets.
  77.  
  78. --- NOTE ---------------------------------------------------------------
  79. The Sampler and the Pharamcology MCQ Bank require the Toolbook Run-time
  80. system which consists of the following files:
  81.  
  82.     tbook.exe 
  83.     tbkbase.dll
  84.     tbkcomp.dll
  85.     tbkutil.dll
  86.     tbkfile.dll
  87.     tbkwin.dll
  88.     tbknet.exe    *
  89.  
  90. The one marked * is only necessary if you using a network.
  91. ------------------------------------------------------------------------
  92.  
  93.  
  94. Installing the Sampler
  95. ----------------------
  96.  
  97. It is assumed that TBOOK.EXE and its components are in a directory
  98. which is mentioned in the PATH environment variable.
  99.  
  100. Copy the files to one or more directories of your choice.  Files can
  101. reside in whatever directories you wish. However there are some files
  102. which must be kept together.  These are:
  103.  
  104.     COMM136.TBK with SAMPLER.TBK
  105.  
  106. and
  107.  
  108.     SYS136.TBK with IDC_136.TBK
  109.  
  110. Create a new program item in a program group of your choice and complete
  111. the dialogue as follows:
  112.  
  113.     Description:    IDC Sampler 1.0
  114.     Command Line:    TBOOK path\SAMPLER.TBK
  115.     Working directory: anything
  116.  
  117. where 'path' gives the full path of SAMPLER.TBK and the working
  118. directory should be on a disk for which you have write access to the
  119. root directory.  If there is no disk that meets this criterion then add
  120. the following line to SAMPLER.INF before the line 'end'.
  121.  
  122.     datapath=pathname
  123.  
  124. where pathname is the path of a directory to which you do have write
  125. access.
  126.  
  127. If the filetype TBK is associated with TBOOK.EXE then TBOOK may be
  128. omitted from the command line.
  129.  
  130. If you would like to use the icon provided then click on Change Icon and
  131. browse till you find the file IDC136.ICO then exit from the dialogue
  132. boxes by clicking OK.
  133.  
  134. Make sure SAMPLER.TBK and a copy of COMM136.TBK are in the same
  135. directory.
  136.  
  137. --- ** NETWORK ** ------------------------------------------------------
  138. If you are installing the IDC Sampler on a network drive then it is
  139. important that any files which may be shared should be set to READ-ONLY.
  140. In particular this applies to COMM136.TBK which is used several times
  141. even if you are the only user working with SAMPLER.TBK.
  142. ------------------------------------------------------------------------
  143.  
  144. The Information File SAMPLER.INF must be edited to reflect the
  145. organisation of your system (use Notepad or a nother text editor).
  146.  
  147. This is the file as supplied:
  148.  
  149.     Information file for IDC Sampler
  150.     sampler:=c:\ken\idc\sampler
  151.     example:=c:\ken\idc\sampler
  152.     windows:=c:\windows
  153.     toolbook:=c:\toolbook
  154.     end
  155.  
  156. Change line 3 so that right hand side of the equals has the path to
  157. the file EXAMPLE.TBK.
  158.  
  159. Change line 4 so that right hand side of the equals has the path to
  160. the file WINHELP.HLP.
  161.  
  162. Change line 5 so that right hand side of the equals has the path to
  163. the file PAGES.TBK.  This file is supplied with Toolbook and is normally
  164. found in the same directory as TOOLBOOK.EXE and TBOOK.EXE.  (If this is
  165. not the case then the link from SAMPLER.TBK to PAGES.TBK may prove
  166. problematic and can only be fixed by editing RESOURCE.IDX and
  167. recompiling SAMPLER.TBK -- this procedure is described in SAMPLER.WRI.)
  168.  
  169. Change line 6 so that right hand side of the equals gives a path which
  170. is valid on your system and to which you have write access.
  171.  
  172. Open the Sampler by double clicking its icon.  Using SAMPLER.TBK is
  173. quite straightforward, but more information about using interactive
  174. documents is given in SAMPLER.WRI.
  175.  
  176. --- WARNING ------------------------------------------------------------
  177. Errors in the information file may lead to run-time errors and even the
  178. possibility that the intereactive document may not function correctly.
  179. The normal way to leave Toolbook in such circumstances would be to type
  180. control-X.  In any interactive document produced with IDC this is
  181. password protected to ensure that the normal exit route is taken and
  182. datafiles are correctly updated.  The request for the password occurs
  183. after control-X is typed and the password for SAMPLER.TBK is please.
  184.  
  185. It is possible to change the password for a particular interactive
  186. document.  The procedure is described in SAMPLER.WRI.
  187. --- NOTE ---------------------------------------------------------------
  188. The IDC and interactive documents supplied in this sampler are designed
  189. for a VGA screen.  If your screen is VGA then the pages will completely
  190. fill the screen.  If your screen has a resolution which is greater than
  191. VGA then the page will be centred on your screen.  If it has a lower
  192. resolution that VGA then an error message will be generated.  This last
  193. case has not been tested.  It is possible to create interactive
  194. documents with pages which are either VGA size or SVGA size.
  195. ------------------------------------------------------------------------
  196.  
  197. Installing the Compiler
  198. -----------------------
  199.  
  200. This will allow you to re-compile the Sampler or compile a source
  201. document of your own. (Ways of doing these are outlined in the document
  202. SAMPLER.WRI in the section SOME THINGS TO TRY.
  203.  
  204. It is assumed that TOOLBOOK.EXE and all its components are in a
  205. directory mentioned in the PATH environment variable.
  206.  
  207. Create a new program item in a program group of your choice and complete
  208. the dialogue as follows:
  209.  
  210.     Description:    IDC 1.36
  211.     Command Line:    TOOL